home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  457 b   |  16 lines

  1. on exitFrame
  2.   readpict(integer(the text of member "fPhotoFolder"), integer(the text of member "fPhotoCount"))
  3.   if the visible of sprite 2 = 0 then
  4.     set the visible of sprite 2 to 1
  5.   end if
  6.   if the visible of sprite 10 = 1 then
  7.     set the visible of sprite 10 to 0
  8.   end if
  9.   if the visible of sprite 11 = 1 then
  10.     set the visible of sprite 11 to 0
  11.   end if
  12.   if the visible of sprite 12 = 1 then
  13.     set the visible of sprite 12 to 0
  14.   end if
  15. end
  16.